java.lang.Objectorg.nlogo.nvm.MutableDouble
public class MutableDouble
| Field Summary | |
|---|---|
double |
value
|
| Constructor Summary | |
|---|---|
MutableDouble(double value)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public double value
| Constructor Detail |
|---|
public MutableDouble(double value)